home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 April / inter@ivo 1997-04.iso / cybint15 / bin / gom2.dxr / 00139.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  331 b   |  20 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(42) or rollOver(43) then
  5.       cursor([901, 902])
  6.     else
  7.       hotBlinks(4, 39)
  8.     end if
  9.     HotSpots(40, 43)
  10.   end if
  11.   if act = 1 then
  12.     if rollOver(45) or rollOver(46) then
  13.       cursor([901, 902])
  14.     else
  15.       cursor(-1)
  16.     end if
  17.   end if
  18.   Loopframe()
  19. end
  20.